home *** CD-ROM | disk | FTP | other *** search
/ Real Girls - Strip Poker / Real Girls Strip POker (Windows 95 CD-ROM).iso / _SETUP.1 / RealGirls Strip Poker.ini < prev    next >
Encoding:
INI File  |  1998-08-12  |  11.4 KB  |  280 lines

  1. [Memory]
  2. ;ExtraMemory=400
  3. ; Amount of kBytes over and above physical memory for use by a projector.
  4.  
  5. ;SwapFileMeg=0
  6. ; Amount of megabytes of SwapFile space to enable during authoring.
  7. ; Default is to allow swapfile space of up to 1/2 of the available 
  8. ; physical RAM.
  9.  
  10.  
  11.  
  12. [Graphics]
  13. ;Wing=1
  14. ; 0: Do not use WinG graphics accelerator.
  15. ; 1: Use WinG graphics accelerator software. This requires
  16. ;    certain system files to be installed. Projector size and memory 
  17. ;    usage may increase. See the documentation for details.       
  18.  
  19.  
  20.  
  21. [Palette]
  22. ;Animation=1
  23. ; 1: allows director to take control of the palette for fast palette effects
  24. ;    and transitions.
  25. ; 0: prevents director from taking control of the palette so other apps,
  26. ;    wallpaper etc. look better but palette effects and transitions will
  27. ;    be slower.
  28.  
  29.  
  30.  
  31. ; Global Sound Settings ------------------------------------------------
  32.  
  33. [Sound]
  34. ; Settings in the [Sound] section apply to all sound cards.
  35.  
  36. ;SpoolBufferAlloc=0 
  37. ; When to allocate spool buffers
  38. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  39. ; 1 means allocate spool once at startup and keep for entire session.
  40.  
  41. ;LowSpoolBufferMs=2500
  42. ; Length of one 8bit spool buffer, in milliseconds.
  43.  
  44. ;HighSpoolBufferMs=1500
  45. ; Length of one 16-bit spool buffer, in milliseconds.
  46.  
  47. ;SpoolBufferCount=2
  48. ; Number of spool buffers to use. Must range from 2 to 10.
  49.  
  50. ;MixMaxChannels=4
  51. ; Maximum number of channels supported by the sound mixer. The actual
  52. ; number you can mix depends on the processing power of your computer.
  53. ; Must range from 1 to 8.
  54.  
  55. ;MixWaveDevice=0 
  56. ; DeviceID of waveOut device to use for playing.
  57. ; Must range from 0 to (# of devices - 1).
  58.  
  59. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  60. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  61. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  62. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  63. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  64. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  65. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  66. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  67.  
  68.  
  69. ;MixMaxFidelity=99
  70. ; Sets a limit on the fidelity of sound output. For best performance, use
  71. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  72. ; possible of the three fixed sound formats (0, 1, 2):
  73. ;  0=22.05k samples/sec, 8-bit, mono
  74. ;  1=22.05k samples/sec, 8-bit, stereo
  75. ;  2=44.1k samples/sec, 16-bit, stereo
  76. ;  99=Switch formats on-the-fly.  The first sound in a run of overlapping
  77. ;       sounds determines the format for that run.  The format used is the
  78. ;       lowest of the three output formats (0,1,2 above) which is as close
  79. ;       as possible in fidelity to the sound to be played, while still being
  80. ;       supported by the installed sound card. 
  81.  
  82. ; Default Sound Settings -----------------------------------------------
  83. ; DLLNameComment= Uncomment this to enable QuickTime 3 Sound Mixing
  84. DLLName=QT3Mix.dll
  85. ; RSXDontUse Comment= Uncomment to force RSX to use WavOut
  86. ; RSXDontUseDirectSound=1
  87.  
  88. [Low Mono Default Sound]
  89. ; Settings in the [Low Mono Default Sound] section apply when the target
  90. ; output format is 22K, 8-bit, mono.  The target output format depends
  91. ; on the capabilities of the sound card as well as the setting of
  92. ; MixMaxFidelity.   These settings are used when the installed sound card
  93. ; is not known to Director and is not specified explictly in the
  94. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  95. ; Override sections will override these values for specific sound cards,
  96. ; or for all sound cards, respectively.
  97.  
  98. ;MixBufferMs=200
  99. ; Length of each mixing buffer, in milliseconds.
  100.  
  101. ;MixBufferBytes=0
  102. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  103. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  104. ; bytes rather than milliseconds.
  105.  
  106. ;MixBufferCount=4
  107. ; Number of mixing buffers to use. Must range from 2 to 16.
  108.  
  109. ;MixServiceMode=0
  110. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  111. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  112. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  113. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  114. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  115. ;         this mode is set, it is best to use MixBufferBytes to specify a
  116. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  117. ;         supported by all sound cards.
  118.  
  119. ;MixIntPeriodMs=200
  120. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  121.  
  122. ;MixIntResolutionMs=50
  123. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  124.  
  125.  
  126. [Low Default Sound]
  127. ; Settings in the [Low Default Sound] section apply when the target
  128. ; output format is 22K, 8-bit, stereo.  The target output format depends
  129. ; on the capabilities of the sound card as well as the setting of
  130. ; MixMaxFidelity.   These settings are used when the installed sound card
  131. ; is not known to Director and is not specified explictly in the
  132. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  133. ; Override sections will override these values for specific sound cards,
  134. ; or for all sound cards, respectively.
  135.  
  136. ;MixBufferMs=200
  137. ;MixBufferBytes=0
  138. ;MixBufferCount=4
  139. ;MixServiceMode=0
  140. ;MixIntPeriodMs=200
  141. ;MixIntResolutionMs=50
  142.  
  143.  
  144. [High Default Sound]
  145. ; Settings in the [High Default Sound] section apply when the target
  146. ; output format is 44K, 16-bit, stereo.  The target output format depends
  147. ; on the capabilities of the sound card as well as the setting of
  148. ; MixMaxFidelity.   These settings are used when the installed sound card
  149. ; is not known to Director and is not specified explictly in the
  150. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  151. ; Override sections will override these values for specific sound cards,
  152. ; or for all sound cards, respectively.
  153. ;MixBufferMs=200
  154. ;MixBufferBytes=0
  155. ;MixBufferCount=4
  156. ;MixServiceMode=0
  157. ;MixIntPeriodMs=200
  158. ;MixIntResolutionMs=50
  159.  
  160.  
  161.  
  162. ; Sound Card-Specific Settings -----------------------------------------
  163.  
  164. ;[Low Mono <SoundCardName>]
  165. ; Settings in this section apply when the target output format is
  166. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  167. ; output format depends on the capabilities of the sound card, as well
  168. ; as the setting of MixMaxFidelity.  You can have any number of these 
  169. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  170. ; with the actual name of the sound card you want to set defaults for.  
  171. ; To find the name of your card, launch the Sound Mapper application, 
  172. ; and look in the Playback field.  Director maintains a built-in table
  173. ; of settings for many popular sound cards.  Settings in this section take 
  174. ; precedence over Director's built-in settings.
  175. ;MixBufferMs=200
  176. ;MixBufferCount=4
  177. ;MixBufferBytes=0
  178. ;MixServiceMode=0
  179. ;MixIntPeriodMs=200
  180. ;MixIntResolutionMs=50
  181.  
  182.  
  183. [Low <SoundCardName>]
  184. ; Settings in this section apply when the target output format is
  185. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  186. ; output format depends on the capabilities of the sound card, as well
  187. ; as the setting of MixMaxFidelity.  You can have any number of these 
  188. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  189. ; with the actual name of the sound card you want to set defaults for.  
  190. ; To find the name of your card, launch the Sound Mapper application, 
  191. ; and look in the Playback field.  Director maintains a built-in table
  192. ; of settings for many popular sound cards.  Settings in this section take 
  193. ; precedence over Director's built-in settings.
  194. ;MixBufferMs=200
  195. ;MixBufferCount=4
  196. ;MixBufferBytes=0
  197. ;MixServiceMode=0
  198. ;MixIntPeriodMs=200
  199. ;MixIntResolutionMs=50
  200.  
  201.  
  202. ;[High <SoundCardName>]
  203. ; Settings in this section apply when the target output format is
  204. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  205. ; output format depends on the capabilities of the sound card, as well
  206. ; as the setting of MixMaxFidelity.  You can have any number of these 
  207. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  208. ; with the actual name of the sound card you want to set defaults for.  
  209. ; To find the name of your card, launch the Sound Mapper application, 
  210. ; and look in the Playback field.  Director maintains a built-in table
  211. ; of settings for many popular sound cards.  Settings in this section take 
  212. ; precedence over Director's built-in settings.
  213. ;MixBufferMs=200
  214. ;MixBufferBytes=0
  215. ;MixBufferCount=4
  216. ;MixServiceMode=0
  217. ;MixIntPeriodMs=200
  218. ;MixIntResolutionMs=50
  219.  
  220.  
  221.  
  222. ; Sound Override Settings ----------------------------------------------
  223.  
  224. [Low Mono Override]
  225. ; Settings in the [Low Mono Override] apply when the target ouput format
  226. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  227. ; of the sound card, as well as the setting of MixMaxFidelity.
  228. ; These settings will override Director's internal settings, any defaults
  229. ; specified in the Default Sound sections, as well as settings for specific 
  230. ; cards.  Change these settings only if you want to force Director to use
  231. ; certain values regardless of the sound card installed in the computer.
  232. ; It is not recommended that you modify these settings for movies which
  233. ; you are going to distribute, as they will override Director's internal
  234. ; settings which are already optimized for various sound cards.
  235. ;MixBufferMs=200
  236. ;MixBufferBytes=0
  237. ;MixBufferCount=4
  238. ;MixServiceMode=0
  239. ;MixIntPeriodMs=200
  240. ;MixIntResolutionMs=50
  241.  
  242. [Low Override]
  243. ; Settings in the [Low Override] apply when the target ouput format
  244. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  245. ; of the sound card, as well as the setting of MixMaxFidelity.
  246. ; These settings will override Director's internal settings, any defaults
  247. ; specified in the Default Sound sections, as well as settings for specific 
  248. ; cards.  Change these settings only if you want to force Director to use
  249. ; certain values regardless of the sound card installed in the computer.
  250. ; It is not recommended that you modify these settings for movies which
  251. ; you are going to distribute, as they will override Director's internal
  252. ; settings which are already optimized for various sound cards.
  253. ;MixBufferMs=200
  254. ;MixBufferBytes=0
  255. ;MixBufferCount=4
  256. ;MixServiceMode=0
  257. ;MixIntPeriodMs=200
  258. ;MixIntResolutionMs=50
  259.  
  260.  
  261. [High Override]
  262. ; Settings in the [High Override] apply when the target ouput format
  263. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  264. ; of the sound card, as well as the setting of MixMaxFidelity.
  265. ; These settings will override Director's internal settings, any defaults
  266. ; specified in the Default Sound sections, as well as settings for specific 
  267. ; cards.  Change these settings only if you want to force Director to use
  268. ; certain values regardless of the sound card installed in the computer.
  269. ; It is not recommended that you modify these settings for movies which
  270. ; you are going to distribute, as they will override Director's internal
  271. ; settings which are already optimized for various sound cards.
  272. ;MixBufferMs=200
  273. ;MixBufferBytes=0
  274. ;MixBufferCount=4
  275. ;MixServiceMode=0
  276. ;MixIntPeriodMs=200
  277. ;MixIntResolutionMs=50
  278.  
  279.